I have test method in helpers/application_helper.rb file:
def test concat(\"Hello world\") end
Then, in index.html.erb I call as:
See this:
<%= You need to do this %> <% You shouldn't do this %>