Class: Project
- Inherits:
-
Object
- Object
- Project
- Defined in:
- lib/vendor/plugins/inherited_resources/test/respond_to_test.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
4 5 6 |
# File 'lib/vendor/plugins/inherited_resources/test/respond_to_test.rb', line 4 def to_html 'Generated HTML' end |
#to_xml ⇒ Object
8 9 10 |
# File 'lib/vendor/plugins/inherited_resources/test/respond_to_test.rb', line 8 def to_xml 'Generated XML' end |