Method: FrontEnd::EnquiriesController#new

Defined in:
app/controllers/c/front_end/enquiries_controller.rb

#newObject



6
7
8
9
# File 'app/controllers/c/front_end/enquiries_controller.rb', line 6

def new
  get_page C::Page, 'contact-us'
  @enquiry = C::Enquiry.new
end