Skip to content

Commit

Permalink
Merge pull request #295 from levent/remove-whitespace
Browse files Browse the repository at this point in the history
Remove whitespace from config template
  • Loading branch information
jondeandres committed Sep 11, 2015
2 parents a8e5b0a + 64901ce commit 8f72f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rollbar/templates/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rollbar.configure do |config|
# Without configuration, Rollbar is enabled in all environments.
# To disable in specific environments, set config.enabled=false.

<%- if (defined? EY::Config) -%>
# Here we'll disable in 'test' and 'development':
if Rails.env.test? or Rails.env.development?
Expand Down

0 comments on commit 8f72f08

Please sign in to comment.