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

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