added collections. rewrote some code
This commit is contained in:
parent
f2599d9f46
commit
1ae1716a0b
31 changed files with 315 additions and 87 deletions
8
test/functional/collections_controller_test.rb
Normal file
8
test/functional/collections_controller_test.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'test_helper'
|
||||
|
||||
class CollectionsControllerTest < ActionController::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