Module: BuildingSyncTk::Memoization
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/building_sync_tk/memoization.rb
Overview
Instance Method Summary collapse
-
#find_all_with_memo_building_sync_for(*args) ⇒ ActiveSupport::HashWithIndifferentAccess
Find all memoized instances for the given Active Record record by XML attribute name.
Instance Method Details
#find_all_with_memo_building_sync_for(*args) ⇒ ActiveSupport::HashWithIndifferentAccess
Find all memoized instances for the given Active Record record by XML attribute name.
46 47 48 |
# File 'lib/building_sync_tk/memoization.rb', line 46 def find_all_with_memo_building_sync_for(*args) find_all_with_memo_isomorphism_for(BuildingSyncTk::Inflector.instance, *args, xmlattrs: BuildingSyncTk::Factory.instance.xmlattrs) end |