Slide 26
Slide 26 text
WJFXΛදࣔSFOEFSϝιουʁ
BDUJPOQBDLMJCBDUJPO@WJFXCBTFSC
module ActionView
# …
class Base
# …
def render(options = {}, old_local_assigns = {})
if options.is_a?(String)
render_file(options, true, old_local_assigns)
elsif options.is_a?(Hash)
# optionsͷkeyʹԠͯ͡ذ
# ذઌ
render_file
render_partial_collection
render_partial
render_template
ɹɹɹͷ͍ͣΕ͔ͷϝιουΛݺͼग़͍ͯ͠Δ
end
end
end
end
WJFXͱ͍͏໊લ͕͍͍ͭͯΔϑΝΠϧΛݟͯΈΔ