Skip to content

Instantly share code, notes, and snippets.

@halogenandtoast
Created December 1, 2016 15:13
Show Gist options
  • Select an option

  • Save halogenandtoast/318126adc179d421e35605db5bcfb663 to your computer and use it in GitHub Desktop.

Select an option

Save halogenandtoast/318126adc179d421e35605db5bcfb663 to your computer and use it in GitHub Desktop.
Monban.configure do |config|
config.no_login_handler = ->(controller) do
notice = Monban.config.sign_in_notice
controller.flash.notice = notice.call
controller.redirect_to controller.login_path
end
end
RouteTranslator.config do |config|
config.force_locale = true
config.generate_unnamed_unlocalized_routes = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment