Sha256: 265acc0c5178a0c0d2900197ca7eac336091b25365ccf8690549084041c7bf52

Contents?: true

Size: 100 Bytes

Versions: 44

Compression:

Stored size: 100 Bytes

Contents

class Country < ActiveRecord::Base
  has_many :people
  has_friendly_id :name, :use_slug => true
end

Version data entries

44 entries across 44 versions & 9 rubygems

Version Path
friendly_id-2.1.3 test/models/country.rb
friendly_id-2.1.2 test/models/country.rb
friendly_id-2.1.1 test/models/country.rb
friendly_id-2.1.0 test/models/country.rb