Skip to content

Commit

Permalink
calling #super without args fixes #render_cell for Ruby 1.8. thanks t…
Browse files Browse the repository at this point in the history
…o [galetahub], [electic] and [libc] for reporting and fixes.
  • Loading branch information
apotonick committed Jul 25, 2011
1 parent b707e51 commit 96c2c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cell/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module Metal


def initialize(parent_controller, *args)
super
super()
@parent_controller = parent_controller
setup_backwardibility(*args)
end
Expand Down

0 comments on commit 96c2c6c

Please sign in to comment.