Class: Stylish::Layout
- Inherits:
-
Object
- Object
- Stylish::Layout
- Defined in:
- lib/stylish/models/layout.rb
Constant Summary
Constants included from Fs
Instance Method Summary collapse
Methods included from Fs
#contents, #default_extension, #file_proxy, #filename, #path_exists?, #save
Methods included from Model
Instance Method Details
#persistable_contents ⇒ Object
15 16 17 |
# File 'lib/stylish/models/layout.rb', line 15 def persistable_contents as_json.to_json end |