Class: ActiveRecord::FixtureSet::RenderContext

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/fixtures.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.create_subclassObject



1038
1039
1040
1041
1042
1043
1044
# File 'lib/active_record/fixtures.rb', line 1038

def self.create_subclass
  Class.new ActiveRecord::FixtureSet.context_class do
    def get_binding
      binding()
    end
  end
end