Sha256: cb6259a919171f1dacd6e0c015a86586f0b8ed19260d15798f07c791b2c62ee5

Contents?: true

Size: 420 Bytes

Versions: 4

Compression:

Stored size: 420 Bytes

Contents

class ViewPathsSystemSpecController < ApplicationController
  def added_view_path
  end

  def autoloading_from_added_view_path
  end

  def added_view_path_from_controller
    append_view_path(File.join(File.expand_path(::Rails.root), 'view_path_two'))
  end

  def added_view_path_from_controller_with_impossible_to_guess_name
    append_view_path(File.join(File.expand_path(::Rails.root), 'view_path_two'))
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/view_paths_system_spec/app/controllers/view_paths_system_spec_controller.rb
fortitude-0.9.6 spec/rails/templates/view_paths_system_spec/app/controllers/view_paths_system_spec_controller.rb
fortitude-0.9.5-java spec/rails/templates/view_paths_system_spec/app/controllers/view_paths_system_spec_controller.rb
fortitude-0.9.5 spec/rails/templates/view_paths_system_spec/app/controllers/view_paths_system_spec_controller.rb