module Laranja
Constants
- VERSION
Attributes
locale[RW]
Public Class Methods
load(locale = nil)
click to toggle source
# File lib/laranja.rb, line 10 def self.load(locale = nil) self.locale = locale || I18n.locale require 'laranja/generator' Dir.glob(File.dirname(__FILE__) + "/laranja/generators/#{locale}/*.rb") { |f| require f } end