localized_scaffold 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  <%- if has_belongsto? -%>
2
2
  <h3>
3
- <%%= t('<%= file_name %>.indexpartial.title', :parent => @<%= belongsto.file_name %>.id) %>
3
+ <%%= t('<%= file_name %>.indexpartial.title', :parent => @<%= belongsto.file_name %>.to_s) %>
4
4
  <%- else -%>
5
5
  <h3>
6
6
  <%%= t('<%= file_name %>.indexpartial.title') %>
@@ -1,5 +1,5 @@
1
1
  <%- if has_belongsto? -%>
2
- <%% title(t('<%= file_name %>.index.title', :parent => @<%= belongsto.file_name %>.id),
2
+ <%% title(t('<%= file_name %>.index.title', :parent => @<%= belongsto.file_name %>.to_s),
3
3
  <%= file_name %>_breadcrumbs) %>
4
4
  <%- else -%>
5
5
  <%% title(t('<%= file_name %>.index.title'), <%= file_name %>_breadcrumbs) %>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 1
9
- version: 0.9.1
8
+ - 2
9
+ version: 0.9.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jan Ulbrich
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-27 00:00:00 +02:00
17
+ date: 2010-05-31 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -117,5 +117,6 @@ rubygems_version: 1.3.6
117
117
  signing_key:
118
118
  specification_version: 3
119
119
  summary: Localized Rails scaffolding with style...
120
- test_files: []
121
-
120
+ test_files:
121
+ - test/localized_scaffold_test.rb
122
+ - test/test_helper.rb