1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Unused class in AV test

This commit is contained in:
Akira Matsuda 2013-12-25 10:33:42 +09:00
parent f89c5f46b5
commit f57e5f224b

View file

@ -44,8 +44,6 @@ module Quiz
end
end
class Store < Question; end
# Controller
class QuestionsController < ApplicationController
def new