6 lines
122 B
Ruby
6 lines
122 B
Ruby
class ReportsController < ApplicationController
|
|
def user_promotions
|
|
@report = Reports::UserPromotions.new
|
|
end
|
|
end
|