prefs model added

This commit is contained in:
Wojciech Todryk 2011-07-24 15:56:47 +02:00
parent da03add37b
commit 86e1817e29
12 changed files with 88 additions and 10 deletions

9
test/fixtures/prefs.yml vendored Normal file
View file

@ -0,0 +1,9 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
theme: MyString
locale: MyString
two:
theme: MyString
locale: MyString

8
test/unit/prefs_test.rb Normal file
View file

@ -0,0 +1,8 @@
require 'test_helper'
class PrefsTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end