Exception: NotInRailsAppError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rails-upgrade/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/rails-upgrade/errors.rb', line 4

def message
  "I'm not in a Rails application!"
end