persistence-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -7
- data/lib/persistence/rails/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -14,18 +14,15 @@ And then execute:
|
|
14
14
|
|
15
15
|
$ bundle
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
$ gem install persistence-rails
|
17
|
+
## Usage
|
20
18
|
|
21
19
|
You can also run the generator to add Persistence.js to your application.js automatically.
|
22
|
-
By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
|
23
20
|
|
24
|
-
|
21
|
+
rails g bootstrap:install
|
25
22
|
|
26
|
-
|
23
|
+
By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
|
27
24
|
|
28
|
-
|
25
|
+
//= require persistence.all
|
29
26
|
|
30
27
|
## Contributing
|
31
28
|
|