Add api/v1 base controller
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module Api::V1::Parks
|
||||
class BaseController < ApplicationController
|
||||
module Api::V1
|
||||
class Parks::BaseController < BaseController
|
||||
before_action :set_park
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user