Exception: Magnetite::Routing::PathRequired

Inherits:
StandardError
  • Object
show all
Defined in:
lib/magnetite/routing/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



14
15
16
# File 'lib/magnetite/routing/errors.rb', line 14

def to_s
  'Scope requires a path'
end