Advertisement
saasbook

Untitled

Mar 15th, 2012
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.23 KB | None | 0 0
  1. # in application.html.haml:
  2. = javascript_include_tag :defaults
  3. # expands to <script> tag that loads app/assets/application.js
  4.  
  5. # in Gemfile:
  6. gem 'prototype_legacy_helper', :git => 'git://github.com/rails/prototype_legacy_helper.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement