5 lines
75 B
Ruby
5 lines
75 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Sessions helper
|
|
module SessionsHelper
|
|
end
|