Sha256: c01e5ef010e5a96f08d0dc10dde3a7d7f60f31940f589ac2112222a6669f3478
Contents?: true
Size: 684 Bytes
Versions: 25
Compression:
Stored size: 684 Bytes
Contents
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html # This model initially had no columns defined. If you add columns to the # model remove the '{}' from the fixture names and add the columns immediately # below each fixture, per the syntax in the comments below # user: email: "user@example.com" encrypted_password: <%= User.new.send(:password_digest, 'foobar') %> user2: email: "user2@example.com" encrypted_password: <%= User.new.send(:password_digest, 'foobar') %> loser: email: "loser@example.com" encrypted_password: <%= User.new.send(:password_digest, 'foobar') %> permission_class: <%= User.permission_classes["loser"] %>
Version data entries
25 entries across 25 versions & 1 rubygems