Class: People::HelpController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/people/help_controller.rb

Overview

COPYRIGHT:

Copyright (c) 2005-2009 North Carolina State University
Developed with funding for the National eXtension Initiative.

LICENSE:

BSD(-compatible)
see LICENSE file or view at http://about.extension.org/wiki/LICENSE

Instance Method Summary (collapse)

Instance Method Details

- (Object) contactform

in case this is bookmarked



17
18
19
# File 'app/controllers/people/help_controller.rb', line 17

def contactform
  return redirect_to(:action => 'index')
end

- (Object) index



11
12
13
14
# File 'app/controllers/people/help_controller.rb', line 11

def index
  @isloggedin = checklogin
  return render :template => 'help/contactform.html.erb'
end