Add subscription controller

This commit is contained in:
Maximilian Grundke
2017-09-06 16:18:44 +02:00
parent 5aa9edb209
commit f77c7410e1
2 changed files with 27 additions and 0 deletions

View File

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