[Source]
# File app/portlets/dynamic_portlet.rb, line 3 3: def render 4: eval(@portlet.code) unless @portlet.code.blank? 5: end
[Validate]