8 lines
114 B
Ruby
8 lines
114 B
Ruby
module Tests
|
|
class ApplicationController < ::ApplicationController
|
|
def f
|
|
FactoryBot
|
|
end
|
|
end
|
|
end
|