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