Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 434 Bytes

README.markdown

File metadata and controls

13 lines (7 loc) · 434 Bytes

Prototype Legacy Helper

This plugin adds support for form_remote_tag, etc from Rails 2 to Rails 3.

Installation

Either add the following to your Gemfile and run bundle:

gem 'prototype_legacy_helper', '0.0.0', :git => 'git://github.com/rails/prototype_legacy_helper.git'

or run the following command to vendor the plugin within your app:

rails plugin install git://github.com/rails/prototype_legacy_helper.git