module Caprese
Defines callbacks like `before_create`, `after_create` to be called in abstracted persistence methods like `create`, so there is no need to override `create`, which won't work properly because of the `render` call in it
Manages type determination and checking for a given controller
TODO: Remove in favor of Rails 5 error details and dynamically setting i18n_scope
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/caprese.rb, line 8 def self.config Controller.config end