Class: Archangel::Collection
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Archangel::Collection
- Defined in:
- app/models/archangel/collection.rb
Overview
Collection model
Instance Method Summary collapse
-
#to_param ⇒ String
Overwrite resource id to ‘slug`.
Instance Method Details
#to_param ⇒ String
Overwrite resource id to ‘slug`
30 31 32 |
# File 'app/models/archangel/collection.rb', line 30 def to_param slug end |