Show More
Commit Description:
removed admin from score board
Commit Description:
removed admin from score board
File last commit:
Show/Diff file:
Action:
test/fixtures/users.yml | 18 lines | 333 B | text/x-yaml | YamlLexer |
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
<%
User.public_class_method :encrypt
SALT = "abc"
%>
john:
login: john
hashed_password: <%= User.encrypt("hello",SALT) %>
salt: <%= SALT %>
mary:
login: mary
hashed_password: <%= User.encrypt("goodbye",SALT) %>
salt: <%= SALT %>
roles: admin