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.
2011-07-14 00:48:42 +00:00
|
|
|
class Javascript < DesignFile
|
2012-11-05 15:04:54 +00:00
|
|
|
# belongs_to :design
|
|
|
|
# belongs_to :desktop_widget
|
|
|
|
|
|
|
|
belongs_to :js, polymorphic: true
|
2011-07-12 08:02:41 +00:00
|
|
|
end
|