Method: FlashFlow::Data::Collection#set_resolutions
- Defined in:
- lib/flash_flow/data/collection.rb
#set_resolutions(branch, resolutions) ⇒ Object
186 187 188 189 190 191 |
# File 'lib/flash_flow/data/collection.rb', line 186 def set_resolutions(branch, resolutions) update_or_add(branch) branch.set_resolutions(resolutions) @collection_instance.set_resolutions(branch) if @collection_instance.respond_to?(:set_resolutions) branch end |