8 lines
115 B
Ruby
8 lines
115 B
Ruby
module Tests
|
|
class ApplicationController < ::ApplicationController
|
|
def f
|
|
FactoryGirl
|
|
end
|
|
end
|
|
end
|