Class: Rescue::Controller::Flash

Inherits:
Object
  • Object
show all
Defined in:
lib/rescue/controllers/flash.rb

Class Method Summary collapse

Class Method Details

.message(object, key) ⇒ Object



6
7
8
9
# File 'lib/rescue/controllers/flash.rb', line 6

def self.message object, key 
  scope = "views.#{object.controller_path.gsub(%r{/}, '.')}.#{object.action_name}.flash"
  text(key, scope)
end