3 lines
83 B
Ruby
3 lines
83 B
Ruby
class Twitter::BaseController < ApplicationController
|
|
include TwitterConcern
|
|
end
|