module MathjaxRails::Routes
Public Instance Methods
mathjax(str)
click to toggle source
# File lib/mathjax_rails/route.rb, line 3 def mathjax(str) match "#{str}/*uri" => "mathjax_rails#index",:as=>'mathjax', via: [:get, :post] end