5 6 7 8
# File 'lib/human_routes/extensions.rb', line 5 def route(controller, options = {}, &block) context = Context.new(self, controller, options) context.instance_eval(&block) end