ApplicationController
saved_report_auto_titles_controller.rb
Hipposoft 2011
Respond to AJAX requests for report titles.
18-Oct-2011 (ADH): Created.
# File app/controllers/saved_report_auto_titles_controller.rb, line 11 def show render :text => "#{ Time.now }" end