ajax_scaffold_generator 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 3.1.8 =========
2
+
3
+ * Fixed sorting bug (include AjaxScaffold::Common was missing from AjaxScaffold::Controller)
4
+
1
5
  3.1.7 =========
2
6
 
3
7
  * Fixed image files that were corrupt in the previous release (add.gif, indicator.gif, indicator-small.gif)
@@ -35,6 +35,7 @@ module AjaxScaffold # :nodoc:
35
35
  end
36
36
 
37
37
  module Controller
38
+ include AjaxScaffold::Common
38
39
 
39
40
  def clear_flashes
40
41
  if request.xhr?
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ajax_scaffold_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 3.1.7
7
- date: 2006-09-12 00:00:00 -06:00
6
+ version: 3.1.8
7
+ date: 2006-09-16 00:00:00 -06:00
8
8
  summary: Ajax scaffold generator is a rails generator for ajaxified scaffolds
9
9
  require_paths:
10
10
  - lib