5 lines
81 B
Ruby
5 lines
81 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Application helper
|
|
module ApplicationHelper
|
|
end
|