Created
August 29, 2013 22:01
-
-
Save stevedev/6383960 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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