class Object
Public Instance Methods
can(user=nil)
click to toggle source
# File lib/adapters/model.rb, line 10 def can user=nil puts 12345 Policy.can self, user end
# File lib/adapters/model.rb, line 10 def can user=nil puts 12345 Policy.can self, user end