Sha256: fc8722cdae90dbea3902bc597e58a306ec343062adaa038123808030b52f919e

Contents?: true

Size: 638 Bytes

Versions: 3

Compression:

Stored size: 638 Bytes

Contents

require "sass-rails"
require "jquery-rails"
require "haml"
require "haml-rails"
require "devise"
require "carrierwave"
require "video_info"
require "pundit"
require "kaminari"
require "jquery-datatables-rails"
require "best_in_place"
require "hatchy/engine"

module Hatchy
  autoload :CountryImporter, 'hatchy/country_importer'
  
  class << self
    def root
      File.expand_path('../../', __FILE__)
    end
  end

  mattr_accessor :theme
  @@theme = 'default'

  # Default way to setup Hatchy. Run rails generate hatchy_install to create
  # a fresh initializer with all configuration values.
  def self.setup
  	yield self
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre lib/hatchy.rb
hatchy-0.0.7.pre lib/hatchy.rb
hatchy-0.0.6.pre lib/hatchy.rb