1
helper와 helper_method는 무엇을합니까?
helper_method 간단합니다 : 컨트롤러의 일부 또는 모든 메소드를 뷰에서 사용할 수있게합니다. 무엇입니까 helper? 다른 방법으로, 즉 도우미 메서드를 파일이나 모듈로 가져 오는가? (어쩌면 이름 helper과 helper_method같을 수도 있습니다. 오히려 대신 share_methods_with_view및 일 수도 있습니다 import_methods_from_view) 참고
201
ruby-on-rails
helper