foldscaf 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.0.1
2
+ * Eliminado método mensaje de admin_controller. (Está en ApplicationController de XaverTemplate >= 1.0.1)
3
+
1
4
  ## v1.0.0
2
5
  * Eliminación de mini_form generator
3
6
  * Eliminación de vista _mini_form.erb
@@ -44,16 +44,10 @@ class Admin::<%= @classes %>Controller < Admin::AdminController
44
44
  end
45
45
  end
46
46
 
47
- private
48
-
49
- def mensaje
50
- flash.now.notice = t("notice.#{action_name}")
51
- end
52
47
  <%- if @con_orden -%>
53
-
48
+ private
54
49
  def sort_coleccion
55
50
  <%= @class %>.all
56
51
  end
57
52
  <%- end -%>
58
-
59
53
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Foldscaf
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foldscaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-16 00:00:00.000000000Z
12
+ date: 2012-06-12 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Generadores adaptados a las necesidades de Xaver
15
15
  email: