Skip to content

Commit 71314bc

Browse files
committed
Missing usage instructions
1 parent bcfb482 commit 71314bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Or install it yourself as:
2525

2626
## Usage
2727

28-
There is nothing you need to do to get this working. A helper could be useful for handling large amount of destroy buttons:
28+
Add it to your application.js:
29+
30+
//= require twitter/bootstrap/rails/confirm
31+
32+
Next... nothing. There is nothing you need to do to get this working. A helper could be useful for handling large amount of destroy buttons:
2933

3034
def destroy_link_to(path, options)
3135
link_to t('.destroy'), path,

lib/twitter-bootstrap-rails-confirm/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Twitter
22
module Bootstrap
33
module Rails
44
module Confirm
5-
VERSION = "0.0.2"
5+
VERSION = "0.0.3"
66
end
77
end
88
end

0 commit comments

Comments
 (0)