Sha256: bcdf9f249046a4ebbabec85c069d4349f357d467b81e9cc710b496f854ef38e1
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
module Mathjax module Rails module RouterMethods def mathjax(str) match "#{str}/*uri" => "MathjaxRails#giveOutStaticFile",:as=>'mathjax' end end end end ActionDispatch::Routing::Mapper.send :include,Mathjax::Rails::RouterMethods
Version data entries
4 entries across 4 versions & 1 rubygems