lib/hackathon_manager/engine.rb in hackathon_manager-0.2.0 vs lib/hackathon_manager/engine.rb in hackathon_manager-0.3.0
- old
+ new
@@ -1,19 +1,19 @@
Gem.loaded_specs['hackathon_manager'].dependencies.each do |d|
- require d.name
+ require d.name
end
module HackathonManager
class Engine < ::Rails::Engine
initializer "hackathon_manager.assets.precompile" do |app|
- app.config.assets.precompile += %w(
+ app.config.assets.precompile += %w[
hackathon_manager/manage.css
hackathon_manager/home.css
hackathon_manager/vendor/*.js
hackathon_manager/vendor/*.css
hackathon_manager/mailer.css
hackathon_manager/us.json
- )
+ ]
end
ActionController::Base.class_eval do
# Tell Devise where to redirect the user once they sign in
def after_sign_in_path_for(resource)