Class: Archangel::Widget
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Archangel::Widget
- Defined in:
- app/models/archangel/widget.rb
Overview
Widget 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/widget.rb', line 30 def to_param slug end |