casey_jones 0.0.104 → 0.0.105

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  $('##{@container}').html(#{raw render_js('<%= action_name%>')});
2
+ setUpDocument($('##{@container}'));
2
3
  - if @<%= singular_name %>.errors.any?
3
4
  = growl('Error', raw(render_js('errors')), :error)
4
5
 
@@ -1,4 +1,5 @@
1
1
  $('##{@container}').html(#{raw render_js('<%= action_name%>')});
2
+ setUpDocument($('##{@container}'));
2
3
  - unless flash[:notice].empty?
3
4
  = growl("Success", flash[:notice])
4
5
  - flash.discard
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casey_jones
3
3
  version: !ruby/object:Gem::Version
4
- hash: 207
4
+ hash: 205
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 104
10
- version: 0.0.104
9
+ - 105
10
+ version: 0.0.105
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon