Module: ActiveScaffold::Actions::Show
- Defined in:
- lib/six-updater-web/vendor/plugins/active_scaffold/lib/active_scaffold/actions/show.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/six-updater-web/vendor/plugins/active_scaffold/lib/active_scaffold/actions/show.rb', line 3 def self.included(base) base.before_filter :show_authorized_filter, :only => :show end |
Instance Method Details
#show ⇒ Object
7 8 9 10 11 |
# File 'lib/six-updater-web/vendor/plugins/active_scaffold/lib/active_scaffold/actions/show.rb', line 7 def show do_show successful? respond_to_action(:show) end |