Sha256: a686a04a6308086f2bd762fad2e2572e35a337c0c53f61c42b426eb9e0022a26

Contents?: true

Size: 350 Bytes

Versions: 6

Compression:

Stored size: 350 Bytes

Contents

class ErectorCoexistenceSystemSpecController < ApplicationController
  prepend_view_path "app/v/views"

  def fortitude_widget_in_app_views
    @foo = "bar"
  end

  def fortitude_widget_in_app_v_views
    @foo = "marph"
  end

  def erector_widget_in_app_views
    @foo = "baz"
  end

  def erector_widget_in_app_v_views
    @foo = "quux"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fortitude-0.0.7-java spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
fortitude-0.0.7 spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
fortitude-0.0.6-java spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
fortitude-0.0.6 spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
fortitude-0.0.5-java spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
fortitude-0.0.5 spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb