Class: Projects::PageWithScript
- Defined in:
- lib/reparcs/projects.rb
Overview
The PageWithScript class is simply a Page with the scriptaculous files included
Instance Attribute Summary
Attributes inherited from Page
#body, #charset, #head, #lang, #xml_lang, #xmlns
Instance Method Summary collapse
-
#initialize ⇒ PageWithScript
constructor
A new instance of PageWithScript.
Methods inherited from Page
#add_effect, #include_scriptaculous
Constructor Details
#initialize ⇒ PageWithScript
Returns a new instance of PageWithScript.
78 79 80 81 |
# File 'lib/reparcs/projects.rb', line 78 def initialize super self.include_scriptaculous end |