Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created June 11, 2014 20:11
Show Gist options
  • Select an option

  • Save pier-oliviert/a32f686aed0f03729157 to your computer and use it in GitHub Desktop.

Select an option

Save pier-oliviert/a32f686aed0f03729157 to your computer and use it in GitHub Desktop.
module MyProject
class Application < Rails::Application
initializer 'configure devise' do |app|
app.config.devise.somethin = 'blabla'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment