Skip to content

Instantly share code, notes, and snippets.

@abhianair
Last active October 17, 2018 05:36
Show Gist options
  • Save abhianair/868befa14289a19f90cdfb459f922d3d to your computer and use it in GitHub Desktop.
Save abhianair/868befa14289a19f90cdfb459f922d3d to your computer and use it in GitHub Desktop.
Count the number of posts created by a user ( current user ) in RoR
<h1>Posts Created: <span class="dashspan"><%= @app = current_user.posts.count %></span></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment