Skip to content

Commit

Permalink
tiny tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Maddox authored and dchelimsky committed Mar 17, 2008
1 parent a6c3dc3 commit 2dd2e9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def integrate_views? # :nodoc:
end end


def inherited(klass) # :nodoc: def inherited(klass) # :nodoc:
klass.controller_class_name = controller_class_name if controller_class_name klass.controller_class_name = controller_class_name
klass.integrate_views(integrate_views?) klass.integrate_views(integrate_views?)
super super
end end
Expand Down

0 comments on commit 2dd2e9f

Please sign in to comment.