Sha256: 51ab692d2ac4f67b7df580076c847528fcecfce37f39766f2e15cdcccf423c03

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

# -*- encoding : utf-8 -*-

require "active_record/connection_adapters/bigquery_adapter.rb"

module BigBroda
  class Engine < ::Rails::Engine

    isolate_namespace BigBroda
    #config.generators do |g|
    #  g.test_framework  :rspec,
    #                    :fixture_replacement => :factory_girl ,
    #                    :dir => "spec/factories"
    #  g.integration_tool :rspec
    #end

    #initializer "require BigBroda" do
    #end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbroda-0.1.0.pre lib/bigbroda/engine.rb