Module Gravtastic
In: lib/gravtastic/version.rb
lib/gravtastic/engine.rb
lib/gravtastic.rb

Methods

configure   included   version  

Classes and Modules

Module Gravtastic::ClassMethods
Module Gravtastic::InstanceMethods
Module Gravtastic::StageOne
Class Gravtastic::Engine

Constants

VERSION = '3.2.6'

Public Class methods

Sets the model‘s default attributes. It is called when you use `gravtastic` in your model.

When you `include Gravtastic`, Ruby automatically calls this method with the class you called it in. It allows us extend the class with the `gravtastic` method.

[Validate]