casey_jones 0.0.103 → 0.0.104

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,12 +15,13 @@ class LoadbehindGenerator < Rails::Generators::NamedBase
15
15
  copy_file "images/#{image}.png", "public/images/growl/#{image}.png"
16
16
  end
17
17
 
18
- ["index", "show", "create"].each do |act|
18
+ ["index", "show"].each do |act|
19
19
  self.action_name = act
20
20
  template "view.js.haml", "#{view_dir}/#{action_name}.js.haml"
21
21
  end
22
22
  self.action_name = "show"
23
23
  template "view.js.haml", "#{view_dir}/update.js.haml"
24
+ template "view.js.haml", "#{view_dir}/create.js.haml"
24
25
 
25
26
  ["edit", "new"].each do |act|
26
27
  self.action_name = 'form'
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: 209
4
+ hash: 207
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 103
10
- version: 0.0.103
9
+ - 104
10
+ version: 0.0.104
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon