Module: ActiveRecord::Core::ClassMethods
- Extended by:
- RDL::Annotate
- Defined in:
- lib/types/rails/active_record/comp_types.rb
Instance Method Summary collapse
-
#find ⇒ Object
Types from this module are used when receiver is ActiveRecord::Base.
Methods included from RDL::Annotate
attr_accessor_type, attr_reader_type, attr_writer_type, post, pre, rdl_alias, readd_comp_types, type, type_params, var_type
Instance Method Details
#find ⇒ Object
Types from this module are used when receiver is ActiveRecord::Base
101 |
# File 'lib/types/rails/active_record/comp_types.rb', line 101 type :find, '(Integer or String) -> ``DBType.find_output_type(trec, targs)``', wrap: false |