Methods

Files

Padrino::Flash

Public Class Methods

registered(app) click to toggle source

@private

# File lib/padrino-core/application/flash.rb, line 6
def registered(app)
  app.helpers Helpers
  app.after do
    session[:_flash] = @_flash.next if @_flash
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.