Sha256: 47dc9ddc7e50cbf95a87976194b0cfcabaf6f05d1bc4daac899d5ef48aad3a07

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class ApplicationController < ActionController::Base

  def index
    @current_user = User.new
    render :text => 'Rendered MiniTest::Spec', :layout => false
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
self_systeem-0.0.5 test/dummy_app/app/controllers/application_controller.rb
self_systeem-0.0.4 test/dummy_app/app/controllers/application_controller.rb