Module: Traco::Translates

Defined in:
lib/traco/translates.rb

Instance Method Summary collapse

Instance Method Details

#translates(*attributes) ⇒ Object



3
4
5
# File 'lib/traco/translates.rb', line 3

def translates(*attributes)
  include Traco::Attributes.new(*attributes)
end