mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-24 12:27:14 +00:00
change controller method yo
This commit is contained in:
parent
df810c3613
commit
823d07a247
@ -1,6 +1,6 @@
|
||||
module Choice
|
||||
class ChoiceController < Choice::ApplicationController
|
||||
def about
|
||||
def index
|
||||
head 200
|
||||
end
|
||||
end
|
||||
|
@ -1,3 +1,3 @@
|
||||
Choice::Engine.routes.draw do
|
||||
get "about" => "choice#about"
|
||||
get "about" => "choice#index"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user