Class/Module Index [+]

Quicksearch

CalentriesHelper

Public Instance Methods

new_calentry_div(p) click to toggle source
# File app/helpers/calentries_helper.rb, line 6
def new_calentry_div(p)
  content_tag("div", "", id: divid_for(p, "new_calentry"))
end
render_calentries_for(p) click to toggle source
# File app/helpers/calentries_helper.rb, line 2
def render_calentries_for(p)
  calentry_list=p.calentries
  render(partial: "calentries/calentry_list", object: calentry_list, locals{{parent: p})
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.