Sha256: df4da5e6502a17bf1f09ae9f2b55aba2692f64689b4a4811013acd322d011807

Contents?: true

Size: 279 Bytes

Versions: 71

Compression:

Stored size: 279 Bytes

Contents

module Authorization
  def self.included(recipient)
    recipient.extend(ModelClassMethods)
    recipient.class_eval do
      include ModelInstanceMethods
    end
  end

  module ModelClassMethods
  end # class methods

  module ModelInstanceMethods
  end # instance methods
end

Version data entries

71 entries across 71 versions & 14 rubygems

Version Path
caleb-restful-authentication-1.1.1 lib/authorization.rb
dwaite-restful-authentication-1.1.1 lib/authorization.rb
genki-restful-authentication-1.1.1 lib/authorization.rb
ggoodale-restful-authentication-1.1.1 lib/authorization.rb
simonmenke-mr_authentication-0.0.1 vendor/plugins/restful-authentication/lib/authorization.rb
smukherjee-openbill-0.1.5 vendor/plugins/restful-authentication/lib/authorization.rb
smukherjee-openbill-0.1.6 vendor/plugins/restful-authentication/lib/authorization.rb
smukherjee-openbill-0.1.7 vendor/plugins/restful-authentication/lib/authorization.rb
rails3-restful-authentication-3.0.1 lib/authorization.rb
tournament-5.0.0 webgui/vendor/plugins/restful_authentication/lib/authorization.rb
jashmenn-restful-authentication-2.0.0.beta1 lib/authorization.rb
restful-authentication-1.2.1 lib/authorization.rb
branston-0.6.6 lib/branston/vendor/plugins/restful_authentication/lib/authorization.rb
branston-0.6.5 lib/branston/vendor/plugins/restful_authentication/lib/authorization.rb
branston-0.6.4 lib/branston/vendor/plugins/restful_authentication/lib/authorization.rb
branston-0.6.3 lib/branston/vendor/plugins/restful_authentication/lib/authorization.rb
branston-0.6.2 lib/branston/vendor/plugins/restful_authentication/lib/authorization.rb
tournament-4.2.0 webgui/vendor/plugins/restful_authentication/lib/authorization.rb
tournament-4.0.2 webgui/vendor/plugins/restful_authentication/lib/authorization.rb
tournament-4.0.0 webgui/vendor/plugins/restful_authentication/lib/authorization.rb