Module: ActiveRecord::SignedId::RelationMethods
Do not use. This module is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | activerecord/lib/active_record/signed_id.rb |
Instance Method Summary
Instance Method Details
#find_signed
[ GitHub ]# File 'activerecord/lib/active_record/signed_id.rb', line 17
def find_signed(...) scoping { model.find_signed(...) } end
#find_signed!
[ GitHub ]# File 'activerecord/lib/active_record/signed_id.rb', line 21
def find_signed!(...) scoping { model.find_signed!(...) } end