Exception: Magnetite::Routing::BlockRequired

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



22
23
24
# File 'lib/magnetite/routing/errors.rb', line 22

def to_s
  'Scope requires a block to define the routing'
end