app/controllers/phcpresspro/api/v1/posts_controller.rb in phcpresspro-8.0.5 vs app/controllers/phcpresspro/api/v1/posts_controller.rb in phcpresspro-8.0.6
- old
+ new
@@ -10,6 +10,6 @@
def index
@articles_posts = Articles::Post.order('psttitle ASC')
end
end
-end
+end
\ No newline at end of file