module Apiarist::AbstractController::Compatibility
Public Instance Methods
allow_forgery_protection=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 21 def allow_forgery_protection=(*); end
asset_host=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 17 def asset_host=(*); end
asset_path=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 16 def asset_path=(*); end
assets_dir=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 12 def assets_dir=(*); end
cache_store()
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 10 def cache_store; end
cache_store=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 11 def cache_store=(*); end
helper(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 23 def helper(*); end
helper_method(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 22 def helper_method(*); end
helpers_path=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 20 def helpers_path=(*); end
javascripts_dir=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 13 def javascripts_dir=(*); end
page_cache_directory=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 15 def page_cache_directory=(*); end
perform_caching=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 19 def perform_caching=(*); end
relative_url_root=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 18 def relative_url_root=(*); end
stylesheets_dir=(*)
click to toggle source
# File lib/apiarist/abstract_controller.rb, line 14 def stylesheets_dir=(*); end