Class: AuthorizedController

Inherits:
InheritedResources::Base
  • Object
show all
Defined in:
app/controllers/authorized_controller.rb

Direct Known Subclasses

UsersController

Instance Method Summary collapse

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