Module: BlobViewer::Auxiliary

Extended by:
ActiveSupport::Concern
Includes:
Gitlab::Allowable
Included in:
Changelog, Contributing, DependencyManager, GitlabCiYml, License, Readme, RouteMap
Defined in:
app/models/blob_viewer/auxiliary.rb

Instance Method Summary collapse

Methods included from Gitlab::Allowable

#can?

Instance Method Details

#visible_to?(current_user) ⇒ Boolean

Returns:

  • (Boolean)


16
17
18
# File 'app/models/blob_viewer/auxiliary.rb', line 16

def visible_to?(current_user)
  true
end