module Traco::Translates

Public Instance Methods

translates(*attributes) click to toggle source
# File lib/traco/translates.rb, line 3
def translates(*attributes)
  include Traco::Attributes.new(*attributes)
end