module Omniperm::Authorizable

is broken / dont work anymore

Public Instance Methods

__after_method() click to toggle source
# File lib/omniperm/decorators.rb, line 108
def __after_method
end
__before_method() click to toggle source
# File lib/omniperm/decorators.rb, line 101
def __before_method
  unless service_authorized?
    return false # stop execution
  end
  return
end