Skip to content

Commit

Permalink
Build fix for ruby 1.9.3 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Nov 16, 2013
1 parent c069e0f commit e23c77f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ def wait
app_file 'config/initializers/foo.rb', ''

events = []
callback = -> (*_) { events << _ }
callback = ->(*_) { events << _ }
ActiveSupport::Notifications.subscribed(callback, 'load_config_initializer.railties') do
app
end
Expand Down

0 comments on commit e23c77f

Please sign in to comment.