pages_controller.rb 181 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. class Api::PagesController < Api::BaseController def index end def post_example end end