-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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