6 lines
61 B
Ruby
6 lines
61 B
Ruby
|
class CssDefault < Stylesheet
|
||
|
|
||
|
belongs_to :design
|
||
|
|
||
|
end
|