module Volt::CollectionHelpers
Public Instance Methods
channel()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 41 def channel Volt.current_app.channel end
flash()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 25 def flash Volt.current_app.flash end
local_store()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 33 def local_store Volt.current_app.local_store end
page()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 21 def page Volt.current_app.page end
params()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 29 def params Volt.current_app.params end
store()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 17 def store Volt.current_app.store end
tasks()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 45 def tasks Volt.current_app.tasks end
url()
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 5 def url Volt.current_app.url end
url_for(params)
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 9 def url_for(params) Volt.current_app.url.url_for(params) end
url_with(params)
click to toggle source
# File lib/volt/controllers/collection_helpers.rb, line 13 def url_with(params) Volt.current_app.url.url_with(params) end