Skip to content

Commit

Permalink
Make EmberCLI.skip? predicate return boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Apr 1, 2015
1 parent 4ff9ea1 commit 6f7cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ember-cli-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def app(name)
alias_method :[], :app

def skip?
ENV["SKIP_EMBER"]
ENV["SKIP_EMBER"].present?
end

def prepare!
Expand Down

0 comments on commit 6f7cd58

Please sign in to comment.