Skip to content

Instantly share code, notes, and snippets.

@GeekOnCoffee
Created May 14, 2012 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeekOnCoffee/4f9e3a9b113688ce1bdd to your computer and use it in GitHub Desktop.
Save GeekOnCoffee/4f9e3a9b113688ce1bdd to your computer and use it in GitHub Desktop.
--- a/api/app/controllers/spree/api/v1/base_controller.rb
+++ b/api/app/controllers/spree/api/v1/base_controller.rb
@@ -1,7 +1,7 @@
module Spree
module Api
module V1
- class BaseController < ActionController::Metal
+ class BaseController < ApplicationController
include Spree::Api::ControllerSetup
attr_accessor :current_api_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment