Sha256: 0a1128677cc7fc517e3daecf16e4260db14b85bc2bc8422b485ff47a399f501a

Contents?: true

Size: 77 Bytes

Versions: 13

Compression:

Stored size: 77 Bytes

Contents

class Customer < Struct.new(:name, :id)
  def to_param
    id.to_s
  end
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
actionpack-2.0.0 test/controller/fake_models.rb
actionpack-2.0.2 test/controller/fake_models.rb
actionpack-2.0.5 test/controller/fake_models.rb
actionpack-2.0.4 test/controller/fake_models.rb
actionpack-2.0.1 test/controller/fake_models.rb
radiant-0.6.5.1 vendor/rails/actionpack/test/controller/fake_models.rb
radiant-0.6.5 vendor/rails/actionpack/test/controller/fake_models.rb
radiant-0.6.6 vendor/rails/actionpack/test/controller/fake_models.rb
radiant-0.6.7 vendor/rails/actionpack/test/controller/fake_models.rb
radiant-0.6.9 vendor/rails/actionpack/test/controller/fake_models.rb
radiant-0.6.8 vendor/rails/actionpack/test/controller/fake_models.rb
spree-0.0.9 vendor/rails/actionpack/test/controller/fake_models.rb
spree-0.2.0 vendor/rails/actionpack/test/controller/fake_models.rb