Module: CoreExtensions::Arel::Table
- Defined in:
- lib/core_extensions/arel/table.rb
Instance Attribute Summary collapse
-
#final ⇒ Object
Returns the value of attribute final.
Instance Method Summary collapse
Instance Attribute Details
#final ⇒ Object
Returns the value of attribute final.
4 5 6 |
# File 'lib/core_extensions/arel/table.rb', line 4 def final @final end |
Instance Method Details
#is_view ⇒ Object
6 7 8 |
# File 'lib/core_extensions/arel/table.rb', line 6 def is_view type_caster.is_view end |