Method: ActiveScaffold::Actions::Show.included

Defined in:
lib/active_scaffold/actions/show.rb

.included(base) ⇒ Object



3
4
5
# File 'lib/active_scaffold/actions/show.rb', line 3

def self.included(base)
  base.before_action :show_authorized_filter, :only => :show
end