Skip to content

Commit

Permalink
try to get rails 3 build working..
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 19, 2015
1 parent a0f078d commit 6dc7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def inject_blacklight_i18n_strings
end

def add_blacklight_initializer
template "config/initializers/blacklight_initializer.rb" if Rails::VERSION::MAJOR < 4
template "config/initializers/blacklight_initializer.rb"
end
end
end

0 comments on commit 6dc7f86

Please sign in to comment.