Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created August 29, 2013 22:01
Show Gist options
  • Save stevedev/6383960 to your computer and use it in GitHub Desktop.
Save stevedev/6383960 to your computer and use it in GitHub Desktop.
if Rails.env.development? || Rails.env.test?
...
ENV['SKIP_RAILS_ADMIN_INITIALIZER'] = 'true'
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment