prefs model added
This commit is contained in:
parent
da03add37b
commit
86e1817e29
12 changed files with 88 additions and 10 deletions
8
test/unit/prefs_test.rb
Normal file
8
test/unit/prefs_test.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue