Sha256: 17277b4da440e5a8344d2dc4ab01ea48911b8a905084b766ac793a6e7ca71750

Contents?: true

Size: 226 Bytes

Versions: 13

Compression:

Stored size: 226 Bytes

Contents

class ComplexHelpersSystemSpecController < ApplicationController
  def form_for_test
    # nothing here
  end

  def fields_for_test
    # nothing here
  end

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fortitude-0.0.9-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.9 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.7-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.7 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.6-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.6 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.5-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.5 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.4-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.4 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.3 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.2 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.1 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb