class Blog::PostsController
Public Instance Methods
index()
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 3974 def index render plain: "blog/posts#index" end
# File actionpack/test/dispatch/routing_test.rb, line 3974 def index render plain: "blog/posts#index" end