Sha256: 788756c3406b155f5af9537b1727d1f89ac07d5ce7cac1ac1317e05e1a46c94a
Contents?: true
Size: 320 Bytes
Versions: 21
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true # TODO: mover a pg_scaffold module PgEngine class Configuracion attr_accessor :users_controller, :global_domains, :navigators def initialize @global_domains = ['app.localhost.com', 'test.host', 'localhost'] @navigators = [PgEngine::Navigator.new] end end end
Version data entries
21 entries across 21 versions & 1 rubygems