# File lib/innate/node.rb, line 645 def to_layout(action_name, wish) return unless files = layout_templates[wish.to_s] files[action_name.to_s] end