Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Extended by:
Machinist::Machinable
Defined in:
lib/machinist/active_record.rb

Overview

:nodoc:

Class Method Summary collapse

Methods included from Machinist::Machinable

blueprint, blueprint_class, clear_blueprints!, make, make!

Class Method Details

.blueprint_classObject



10
11
12
# File 'lib/machinist/active_record.rb', line 10

def self.blueprint_class
  Machinist::ActiveRecord::Blueprint
end