mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add billing (#329)
This commit is contained in:
committed by
GitHub
parent
fc36c967af
commit
bea146e612
@@ -1,5 +1,6 @@
|
||||
class CommentsController < ApplicationController
|
||||
before_action :authenticate_user!, only: [:create, :update, :destroy]
|
||||
before_action :check_tenant_subscription, only: [:create, :update, :destroy]
|
||||
|
||||
def index
|
||||
comments = Comment
|
||||
|
||||
Reference in New Issue
Block a user