crud_menu 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CrudMenu
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -30,7 +30,7 @@ module CrudMenu
30
30
  def cancel_crud_link(new_page=false)
31
31
  link_hash = @link_hash
32
32
  link_hash.merge({action: 'show', id: params[:id]}) unless new_page
33
- link_to "Cancel", link_hash)
33
+ link_to "Cancel", link_hash
34
34
  end
35
35
  def close_crud_link
36
36
  link_to "Close", @link_hash.merge({action: 'index'})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crud_menu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: