Fixing some bugs, adding pending test examples
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class Api::SalmonController < ApplicationController
|
||||
class Api::SalmonController < ApiController
|
||||
before_action :set_account
|
||||
|
||||
def update
|
||||
|
@ -1,4 +1,4 @@
|
||||
class Api::SubscriptionsController < ApplicationController
|
||||
class Api::SubscriptionsController < ApiController
|
||||
before_action :set_account
|
||||
|
||||
def show
|
||||
|
Reference in New Issue
Block a user