Sha256: 0f734f4270a6b9ae1dfb3132521782e606d38ccc5af880f5b2db5b5fff477840

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

class TestsController < ApplicationController
  def index
    @files = Dir[File.join(Rails.root, 'app', 'views', '**', '*.html.erb')].reject{|file| File.dirname(file) =~ /views\/(tableficate|layouts|tests)/}
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tableficate-0.3.2 spec/test_app/app/controllers/tests_controller.rb
tableficate-0.3.1 spec/test_app/app/controllers/tests_controller.rb
tableficate-0.3.0 spec/test_app/app/controllers/tests_controller.rb