Project

General

Profile

Download (287 Bytes) Statistics
| Branch: | Tag: | Revision:
class FactsController < ApplicationController

def index
# we currently only support JSON in this controller
return not_found unless api_request?

render :json => Puppet::Rails::FactName.all(:select => "name", :conditions => ["fact_names.name <> ?",:timestamp])
end

end
(12-12/33)