prefab 0.1.0
Install from the command line:
Learn more about RubyGems packages
$ gem install prefab --version "0.1.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/bradly" do
gem "prefab", "0.1.0"
end
About this version
This gem provides a lightweight library that simplifies the controllers of your resources in a Rails application. It offers a set of intuitive and convenient methods for handling common CRUD operations, including creating, reading, updating, and deleting resources.