Sha256: 3a13f61b18684e15b09d5ce1557313a284e15477a8c9a0c5459d3852fcf61d72
Contents?: true
Size: 300 Bytes
Versions: 83
Compression:
Stored size: 300 Bytes
Contents
require_dependency "phcpresspro/application_controller" module Phcpresspro class Api::V1::PostsController < ApplicationController # Only Responds to API Requests respond_to :json # Article Category API def index @articles_posts = Articles::Post.order('psttitle ASC') end end end
Version data entries
83 entries across 83 versions & 1 rubygems