class Ajax

Public Class Methods

routes() click to toggle source
# File lib/ajax_tiKim.rb, line 2
def self.routes
    route " post '/post/ajax' => 'ajax#ajax_post'"
end