Module: NativeModel::ClassMethods
- Defined in:
- app/models/concerns/native_model.rb
Instance Method Summary collapse
Instance Method Details
#nativegap ⇒ Object
6 7 8 |
# File 'app/models/concerns/native_model.rb', line 6 def nativegap has_many :nativegap_apps, class_name: 'NativeGap::App', as: :owner, dependent: :destroy end |