Module: BitwiseAttributes::ActiveRecordExtension
- Extended by:
- ActiveSupport::Concern
- Included in:
- BitwiseAttributes
- Defined in:
- lib/bitwise_attributes/active_record_extension.rb
Instance Method Summary collapse
-
#normalize_and_fetch_values(attribute_name, keys) ⇒ Object
G-03: direct call — no send needed now that normalize_and_fetch_values is public on the class.
Instance Method Details
#normalize_and_fetch_values(attribute_name, keys) ⇒ Object
G-03: direct call — no send needed now that normalize_and_fetch_values is public on the class
177 178 179 |
# File 'lib/bitwise_attributes/active_record_extension.rb', line 177 def normalize_and_fetch_values(attribute_name, keys) self.class.normalize_and_fetch_values(attribute_name, keys) end |