• Francisco Javier López's avatar
    Move snippet feature flag check to controllers · 5f497f48
    Francisco Javier López authored
    At the moment, class `GitAccessSnippet` ensures that
    the feature flag :version_snippets is enabled in order
    to allow/disallow snippet git actions.
    
    Nevertheless, there are git operations, like when
    we update the snippet info, that we want to perform
    always, no matter the feature flag status.
    
    We need to move the check outside the access class into
    the controllers and the internal API.
    5f497f48
base.rb 8.28 KB