created item groups and link banners and their associations and fixed bugs with join tables

This commit is contained in:
Senad Uka
2015-03-22 06:17:05 +01:00
parent 38548e3e33
commit bbedb4a877
20 changed files with 219 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
require 'test_helper'
class SpecialOfferTest < ActiveSupport::TestCase
class ItemGroupTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class LinkBannerTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end