Initial
This commit is contained in:
6
app/controllers/status_controller.rb
Executable file
6
app/controllers/status_controller.rb
Executable file
@@ -0,0 +1,6 @@
|
||||
class StatusController < ApplicationController
|
||||
def index
|
||||
@status = Status.all
|
||||
render :json => @status
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user