Class: Spud::Inquiries::SitemapsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/spud/inquiries/sitemaps_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
7
# File 'app/controllers/spud/inquiries/sitemaps_controller.rb', line 4

def show
	@forms = SpudInquiryForm.all
   respond_with @forms
end