Sha256: 889a7017f926ff08d0111ec49d0049fe6d0e99f620951030189be1d58b91600b

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def index
    
  end

  def create
    logger.debug("Params: #{params.inspect}")
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
woopra_rails-1.2.1 spec/TestApp/app/controllers/application_controller.rb
woopra_rails-1.2 spec/TestApp/app/controllers/application_controller.rb