Class: Project

Inherits:
Object
  • Object
show all
Defined in:
lib/vendor/plugins/inherited_resources/test/respond_to_test.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



4
5
6
# File 'lib/vendor/plugins/inherited_resources/test/respond_to_test.rb', line 4

def to_html
  'Generated HTML'
end

#to_xmlObject



8
9
10
# File 'lib/vendor/plugins/inherited_resources/test/respond_to_test.rb', line 8

def to_xml
  'Generated XML'
end