Sha256: 4f02e362349a64aef552035255beb8a274a8dd30b5c6de4267dffc6af2562219

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

require 'active_support'
require 'active_support/core_ext'

require "simon_says/version"
require "simon_says/roleable"
require "simon_says/authorizer"

begin
  require 'i18n' unless defined? I18n

  if defined? I18n
    I18n.load_path += Dir[File.join(
      File.expand_path(File.join('..', 'config', 'locales'), __dir__), '*.yml'
    )]
  end
rescue LoadError
  # do nothing
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simon_says-0.3.0.alpha.7 lib/simon_says.rb
simon_says-0.3.0.alpha.6 lib/simon_says.rb