Exception: Tapioca::Dsl::Compilers::ActiveRecordAssociations::MissingConstantError
- Inherits:
-
StandardError
- Object
- StandardError
- Tapioca::Dsl::Compilers::ActiveRecordAssociations::MissingConstantError
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/dsl/compilers/active_record_associations.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(class_name) ⇒ MissingConstantError
constructor
: (String class_name) -> void.
Constructor Details
#initialize(class_name) ⇒ MissingConstantError
: (String class_name) -> void
119 120 121 122 |
# File 'lib/tapioca/dsl/compilers/active_record_associations.rb', line 119 def initialize(class_name) @class_name = class_name super end |
Instance Attribute Details
#class_name ⇒ Object (readonly)
: String
116 117 118 |
# File 'lib/tapioca/dsl/compilers/active_record_associations.rb', line 116 def class_name @class_name end |