Class: Boss::Admin::PostsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/boss/admin/posts_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/boss/admin/posts_controller.rb', line 4

def index
  @posts = Boss::Post.all
end