You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classPostsController < ApplicationController# includes Modules / Concerns# before / after filters# REST actions ... index, show, create etc# Non REST actions ... any custom controller methods / actionsprivate# params, small methods to help application flow. KEEP CONTROLLER ACTIONS SMALL# helper methods for views. Define helper method directly under method declaration# That way you know immediately whether a method is defined as a helper methoddefpost_ownerpost.userendhelper_method:post_ownerend