Sha256: 2e83a66c7f5edd9dee26fa85574db46af4a99592e879b704254e18d1e7899668

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

class ComplexHelpersSystemSpecController < ApplicationController
  def form_for_test
    # nothing here
  end

  def fields_for_test
    # nothing here
  end

  def nesting_test
    # nothing here
  end

  def cache_test
    @a = params[:a]
    @b = params[:b]
  end

  def cache_tags_test
    @a = params[:a]
    @b = params[:b]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fortitude-0.9.4-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.4 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb