Class: Projects::PageWithScript

Inherits:
Page
  • Object
show all
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

Methods inherited from Page

#add_effect, #include_scriptaculous

Constructor Details

#initializePageWithScript

Returns a new instance of PageWithScript.



78
79
80
81
# File 'lib/reparcs/projects.rb', line 78

def initialize
  super
  self.include_scriptaculous
end