We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfb482 commit 71314bcCopy full SHA for 71314bc
README.md
@@ -25,7 +25,11 @@ Or install it yourself as:
25
26
## Usage
27
28
-There is nothing you need to do to get this working. A helper could be useful for handling large amount of destroy buttons:
+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:
33
34
def destroy_link_to(path, options)
35
link_to t('.destroy'), path,
lib/twitter-bootstrap-rails-confirm/version.rb
@@ -2,7 +2,7 @@ module Twitter
2
module Bootstrap
3
module Rails
4
module Confirm
5
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
6
end
7
8
0 commit comments