Method: Dsu::Models::ColorTheme.delete
- Defined in:
- lib/dsu/models/color_theme.rb
.delete(theme_name:) ⇒ Object
146 147 148 |
# File 'lib/dsu/models/color_theme.rb', line 146 def delete(theme_name:) superclass.delete(file_path: themes_path(theme_name: theme_name)) end |