Module: Stiki::ApplicationHelper
- Included in:
- ApplicationController
- Defined in:
- app/helpers/stiki/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#has_access(action, model) ⇒ Object
7 8 9 10 11 12 13 |
# File 'app/helpers/stiki/application_helper.rb', line 7 def has_access( action, model ) if Stiki. == :cancan can? action, model else true end end |