Class: OmnitureController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
5
# File 'app/controllers/omniture_controller.rb', line 2

def index
  @omniture = Omniture.new(params)
  render :partial => 'omniture/send_to_omniture'
end