class MnAuthorizers::TestAuthorizer
Public Class Methods
for_create()
click to toggle source
# File lib/mn_authorizers/test_authorizer.rb, line 3 def self.for_create 'Create Authorizer in Engine. ' end
Public Instance Methods
test_method()
click to toggle source
# File lib/mn_authorizers/test_authorizer.rb, line 7 def test_method 'instance method in engine. ' end