7 lines
144 B
Ruby
7 lines
144 B
Ruby
class Internal::GrowthController < Internal::ApplicationController
|
|
layout "internal"
|
|
|
|
def index
|
|
@variants = %w[0 1 2 3 4 5 6]
|
|
end
|
|
end
|