Module: Sinatra
- Defined in:
- lib/server_skeleton/crud_generator.rb
Overview
Defines the "crud_generate" method to create routes Load this using "register Sinatra::CrudGenerator"
Note that if the :cross_origin_opts key in the crud_generate options is set, then sinatra-cross_origin is a dependency and "register Sinatra::CrossOrigin" should be run first
Defined Under Namespace
Modules: CrudGenerator