Method: MiddlemanMdocs::Controller#tr

Defined in:
lib/middleman-mdocs/controller.rb

#tr(tag, scope: :tags) ⇒ Object



147
148
149
# File 'lib/middleman-mdocs/controller.rb', line 147

def tr(tag, scope: :tags)
  ::MiddlemanMdocs::Controller.tr(tag, scope: scope)
end