Sha256: 4d6f97b9018510335ccf2e8468e9fa6849b32b93fe9a7bfa58f725f598cf9c56
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true # TODO: mover a pg_scaffold module PgEngine class Configuracion attr_accessor :users_controller, :global_domains def initialize if defined? UsersController @users_controller = UsersController end @global_domains = ['app.localhost.com', 'test.host', 'localhost'] end end end
Version data entries
6 entries across 6 versions & 1 rubygems