Generic Controller
Installation
echo "gem 'generic_controller'" >> Gemfile && bundle install
Usage
# Create resource controller for
module VOne
class FooController < GenericController; end
end
An opinionated generic resource-oriented controller for rails.
echo "gem 'generic_controller'" >> Gemfile && bundle install
# Create resource controller for
module VOne
class FooController < GenericController; end
end
An opinionated generic resource-oriented controller for rails.
https://rubygems.org/gems/generic_controller