lib/ember-cli/app.rb in ember-cli-rails-0.1.3 vs lib/ember-cli/app.rb in ember-cli-rails-0.1.4
- old
+ new
@@ -89,11 +89,11 @@
end
private
delegate :match_version?, :non_production?, to: Helpers
+ delegate :configuration, to: EmberCLI
delegate :tee_path, :npm_path, to: :configuration
- delegate :configuration, to: :EmberCLI
def build_timeout
options.fetch(:build_timeout){ configuration.build_timeout }
end