Skip to content

Instantly share code, notes, and snippets.

@starwels
Created March 18, 2020 18:09
Show Gist options
  • Save starwels/bf7b7c334716e0930b6e477f0d4637a5 to your computer and use it in GitHub Desktop.
Save starwels/bf7b7c334716e0930b6e477f0d4637a5 to your computer and use it in GitHub Desktop.
class PostsController < ApplicationController
def index
@posts = PostPresenter.new.index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment