Module: ActiveRecord
- Defined in:
- lib/brick.rb,
lib/brick.rb,
lib/brick/extensions.rb,
lib/brick/compatibility.rb
Overview
Dynamically create model or controller classes when needed
Defined Under Namespace
Modules: Associations, AttributeMethods, Inheritance, QueryMethods, Reflection Classes: Base, NoDatabaseError, Relation
Class Method Summary collapse
Class Method Details
.version ⇒ Object
7 8 9 |
# File 'lib/brick/compatibility.rb', line 7 def self.version ::Gem::Version.new(ActiveRecord::VERSION::STRING) end |