Sha256: 6d14aabb120c4b105711d582bb8e7492fae7c4fc9e5360acf155a4b061351475

Contents?: true

Size: 145 Bytes

Versions: 8

Compression:

Stored size: 145 Bytes

Contents

class TestController < ApplicationController
  def index
    @instance_var = 'OK'
    render 'index', :locals => { :local_var => 'OK' }
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
jason-0.6.0 test/rails/app/controllers/test_controller.rb
jason-0.5.0 test/rails/app/controllers/test_controller.rb
jason-0.4.0 test/rails/app/controllers/test_controller.rb
jason-0.3.1 test/rails/app/controllers/test_controller.rb
jason-0.3.0 test/rails/app/controllers/test_controller.rb
jason-0.2.0 test/rails/app/controllers/test_controller.rb
jason-0.1.0 test/rails/app/controllers/test_controller.rb
marble-0.1.0 test/rails/app/controllers/test_controller.rb