micronaut-rails 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.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 0
4
+ :patch: 1
5
5
  :build:
@@ -35,7 +35,7 @@ module Micronaut
35
35
  private
36
36
 
37
37
  def record_render(opts)
38
- @_rendered ||= {}
38
+ @_rendered ||= {:partials => {}}
39
39
  (@_rendered[:template] ||= opts[:file]) if opts[:file]
40
40
  if opts[:partial]
41
41
  @_rendered[:partials][opts[:partial]] ||= 0
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chad Humphries