Class: Archangel::Template
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Archangel::Template
- Defined in:
- app/models/archangel/template.rb
Overview
Template model
Instance Method Summary collapse
-
#status ⇒ String
Return string of partial status.
Instance Method Details
#status ⇒ String
Return string of partial status.
26 27 28 |
# File 'app/models/archangel/template.rb', line 26 def status partial? ? "partial" : "full" end |