Sha256: d1a066c4a2727f1e110eedb8947057e45cee7c3f5528ea55d2238552095bbf36

Contents?: true

Size: 181 Bytes

Versions: 11

Compression:

Stored size: 181 Bytes

Contents

# encoding: utf-8

class HomeController < ApplicationController

  def index
    @blue_pony = Pony.create
    @pink_pony = Pony.create
    @blue_pony.ponies << @pink_pony
  end

end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
layou2-0.1.1 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.10 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.9 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.8 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.7 test/integration/rails_app/app/controllers/home_controller.rb
layou2-0.1.0 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.6 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.5 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.4 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.3 test/integration/rails_app/app/controllers/home_controller.rb
link2-0.1.1 test/integration/rails_app/app/controllers/home_controller.rb