Chatwoot/app/controllers/twitter/base_controller.rb
Sojan Jose 850041bc1d
fix: Twitter inbox creation error (#1783)
fixes #1708

Co-authored-by: Pranav <pranav@chatwoot.com>
2021-02-16 19:35:10 +05:30

3 lines
83 B
Ruby

class Twitter::BaseController < ApplicationController
include TwitterConcern
end