mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 12:39:08 +01:00
added empty DiscoverController
This commit is contained in:
parent
0fa564a137
commit
c9a268ebdf
2 changed files with 4 additions and 0 deletions
2
app/controllers/discover_controller.rb
Normal file
2
app/controllers/discover_controller.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class DiscoverController < ApplicationController
|
||||
end
|
2
app/helpers/discover_helper.rb
Normal file
2
app/helpers/discover_helper.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
module DiscoverHelper
|
||||
end
|
Loading…
Reference in a new issue