Module: ActiveRecord::GdocsBootstrapExt

Defined in:
lib/gdocs_bootstrap.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



67
68
69
70
71
72
# File 'lib/gdocs_bootstrap.rb', line 67

def self.included(klass)
  klass.class_eval do
    self.class_inheritable_accessor :gdocs_bootstraps
    extend ClassMethods
  end
end