Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. unless Sinatra::Templates.instance_methods.include?(:slim)
  2. module Sinatra::Templates
  3. def slim(template, options={}, locals={})
  4. render :slim, template, options, locals
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment