orbit4-5/app/controllers/module_store_controller.rb

5 lines
74 B
Ruby
Raw Normal View History

2014-04-08 10:46:27 +00:00
class ModuleStoreController < ApplicationController
def index
end
end