Class: Johnhenry::RegistrationsController

Inherits:
Devise::RegistrationsController
  • Object
show all
Defined in:
app/controllers/johnhenry/registrations_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



9
10
11
12
13
14
# File 'app/controllers/johnhenry/registrations_controller.rb', line 9

def create
  super

  # tell the layout it can render a Google AdWords conversion event
  flash[:gaw_conversion] = :signup
end

#newObject



5
6
7
# File 'app/controllers/johnhenry/registrations_controller.rb', line 5

def new
  render 'johnhenry/devise/registrations/new'
end