6 lines
59 B
Ruby
6 lines
59 B
Ruby
|
class CssReset < Stylesheet
|
||
|
|
||
|
belongs_to :design
|
||
|
|
||
|
end
|