Class: SimpleContentManagement::SimpleRoute
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SimpleContentManagement::SimpleRoute
- Defined in:
- app/models/simple_content_management/simple_route.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
10 11 12 |
# File 'app/models/simple_content_management/simple_route.rb', line 10 def destroy update_attribute :deleted, true end |