module Sinatra::ReportHelper

Public Instance Methods

pick_date_input(option_hash) click to toggle source
# File lib/sinatra/helpers/reports.rb, line 6
def pick_date_input(option_hash)
  slim "#{Hexacta::GEM_FILE_DIR}/reports/pick_date".to_sym, locals: option_hash
end
pick_dates_input(option_hash) click to toggle source
# File lib/sinatra/helpers/reports.rb, line 10
def pick_dates_input(option_hash)
  slim "#{Hexacta::GEM_FILE_DIR}/reports/pick_dates".to_sym, locals: option_hash
end
pick_month_input(option_hash) click to toggle source
# File lib/sinatra/helpers/reports.rb, line 14
def pick_month_input(option_hash)
  slim "#{Hexacta::GEM_FILE_DIR}/reports/pick_month".to_sym, locals: option_hash
end
pick_year_input(option_hash) click to toggle source
# File lib/sinatra/helpers/reports.rb, line 18
def pick_year_input(option_hash)
  slim "#{Hexacta::GEM_FILE_DIR}/reports/pick_year".to_sym, locals: option_hash
end