Class: ROM::Relation::Curried
- Inherits:
-
Object
- Object
- ROM::Relation::Curried
- Defined in:
- lib/rom/repository/ext/relation.rb
Instance Method Summary collapse
Instance Method Details
#attributes(view_name = name) ⇒ Object
6 7 8 |
# File 'lib/rom/repository/ext/relation.rb', line 6 def attributes(view_name = name) relation.attributes(view_name) end |