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