class Rails::Surrender::DefaultAbility
If cancancan is not installed, this class will be instantiated to allow all models to render.
Public Instance Methods
can?(*)
click to toggle source
# File lib/rails/surrender/default_ability.rb, line 7 def can?(*) true end