Class: LayMeOut::StyleguideController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- LayMeOut::StyleguideController
- Defined in:
- app/controllers/lay_me_out/styleguide_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/lay_me_out/styleguide_controller.rb', line 5 def index flash.now[:error] = "This is an error message!" flash.now[:warning] = "This is a warning message" flash.now[:success] = ["This is a success message!", "So it this!"] end |