me gustaria hacer algo como:
def a
…
b
end
def b
…
end
me gustaria hacer algo como:
def a
…
b
end
def b
…
end
Andres
escribió:
Pues como has escrito tú
def index
list
render_action ‘list’
end
def list
…
end
Por ejemplo, saludos
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs