Update: Added system tests Update: More specific cookie names to avoid inter-app collisions
9 lines
109 B
Ruby
9 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rubygems"
|
|
|
|
module Abraham
|
|
class Engine < ::Rails::Engine
|
|
end
|
|
end
|