Sha256: 163b3fd9603911fa3730b5e9accc0bcdb76fe8cc222cb8c9fab24a10eb1c8369

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

class Choice < ActiveRecord::Base
  if respond_to? :attr_accessible # Rails 3.2 backwards compatibility
    attr_accessible :name
  end

  belongs_to :question
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ask-0.5.4 app/models/choice.rb
ask-0.5.3 app/models/choice.rb