Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Rails 视图中(无论是 erb 还是 html 或其他),视图中有可访问的 ruby 变量。什么定义了视图的范围?是在被调用的控制器函数范围内的任何变量吗?
它是在您的控制器中声明的任何实例变量以及可以通过 before_filter 在您的应用程序控制器中设置的任何实例变量。