Class: MetaType
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- MetaType
- Defined in:
- app/models/meta_type.rb
Class Method Summary collapse
Class Method Details
.[](sid) ⇒ Object
32 |
# File 'app/models/meta_type.rb', line 32 def [](sid) find_by_sid(sid); end |