Class: AuthorizedController
- Inherits:
-
InheritedResources::Base
- Object
- InheritedResources::Base
- AuthorizedController
- Defined in:
- app/controllers/authorized_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#created_flash(resource) ⇒ Object
Flash helpers.
Instance Method Details
#created_flash(resource) ⇒ Object
Flash helpers
27 28 29 |
# File 'app/controllers/authorized_controller.rb', line 27 def created_flash(resource) render_to_string(:partial => 'layouts/created_flash', :resource => resource) end |