Created role model

This commit is contained in:
2013-01-28 00:18:36 -05:00
parent d9e9814823
commit b3177c8889
6 changed files with 39 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
name: MyString
two:
name: MyString
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class RoleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end