summary refs log tree commit diff stats
path: root/rails/lib/lingo.rb
blob: fda548fc2aae4a5bbea0554c3490aa493730bfd6 (plain) (blame)
1
2
3
4
5
6
require "lingo/version"
require "lingo/engine"

module Lingo
  mattr_accessor :secret_code
end