This will go through app/concepts/
, find all the crud.rb
files, autoload their corresponding namespace (e.g. Thing
, which is a model) and then load the crud.rb
file.
Automatically sets model
on operation's contract when Operation::Model
is included in operation.
- Adds autoloading, etc.
- Automatic rendering of a controller cell instead of primitive view.
Add this line to your application's Gemfile:
gem 'trailblazer-rails'
The gem is available as open source under the terms of the MIT License.