class SessionsInheritedController

Public Instance Methods

test_i18n_scope() click to toggle source
# File test/controllers/inherited_controller_i18n_messages_test.rb, line 4
def test_i18n_scope
  set_flash_message(:notice, :signed_in)
end