This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
class CssDefault < Stylesheet
|
|
|
|
# belongs_to :design
|
|
# belongs_to :desktop_widget
|
|
|
|
belongs_to :css, polymorphic: true
|
|
def content
|
|
self.file.read.force_encoding("UTF-8") rescue ''
|
|
end
|
|
|
|
end
|