Sha256: 922a12fbcfe3d3487c5424d9e04ff37dae501fd0bd24eb62d94076d1a8653e6b

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 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 label_block_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

4 entries across 4 versions & 1 rubygems

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