Sha256: f4ed411c0df55476b05c19d0350a66bfea09d47f55d12e0d41764d2b1b5d3dce

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

class FileShare::ApplicationController < ApplicationController
  helper_method :has_authorization?

  private
    # Redefine this method to implement authorization
    def has_authorization?(*args)
      true
    end
  protected
  public
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
file_share-0.1.3 app/controllers/file_share/application_controller.rb