Try…
@authenticated_user = User.find(1) # or your SQL find, without the
:select
<%= @authenticated_user.login %>
HTH,
Nathan
Try…
@authenticated_user = User.find(1) # or your SQL find, without the
:select
<%= @authenticated_user.login %>
HTH,
Nathan
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