Sha256: dd573aeaa451431cde77a17df6330f0afb0b2a36d91145c1ae99453eee900ce4

Contents?: true

Size: 248 Bytes

Versions: 11

Compression:

Stored size: 248 Bytes

Contents

class FileShare::ApplicationController < ApplicationController
  helper_method :has_authorization?

  private
  unless private_method_defined?(:has_authorization?)
    def has_authorization?(*args)
      true
    end
  end
  protected
  public
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
file_share-0.1.16 app/controllers/file_share/application_controller.rb
file_share-0.1.15 app/controllers/file_share/application_controller.rb
file_share-0.1.13 app/controllers/file_share/application_controller.rb
file_share-0.1.12 app/controllers/file_share/application_controller.rb
file_share-0.1.11 app/controllers/file_share/application_controller.rb
file_share-0.1.9 app/controllers/file_share/application_controller.rb
file_share-0.1.8 app/controllers/file_share/application_controller.rb
file_share-0.1.7 app/controllers/file_share/application_controller.rb
file_share-0.1.6 app/controllers/file_share/application_controller.rb
file_share-0.1.5 app/controllers/file_share/application_controller.rb
file_share-0.1.4 app/controllers/file_share/application_controller.rb