repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git]
/
db
/
migrate
/
20100902153434_generate_initial_roles.rb
blob
96e026f5cf70169d28c32df6eaa1d4c0ad361532
1
class GenerateInitialRoles < ActiveRecord::Migration
2
def self.up
3
Role.create(:name => 'admin')
4
end
5
6
def self.down
7
end
8
end