Module: LoyalCore::ActionHelper
- Includes:
- LoyalCore::Ajax::LikeTracksHelper, LoyalCore::Ajax::RatingTracksHelper, FontSelectorHelper
- Defined in:
- lib/loyal_core/action_helper.rb
Instance Method Summary collapse
Methods included from FontSelectorHelper
#loyal_core_helper_font_selector
Methods included from LoyalCore::Ajax::LikeTracksHelper
#loyal_core_helper_ajax_liker_link_to
Methods included from LoyalCore::Ajax::RatingTracksHelper
#loyal_core_helper_ajax_down_rating_link_to, #loyal_core_helper_ajax_up_rating_link_to
Instance Method Details
#render_new_simple_captcha_partial(options = {}) ⇒ Object
15 16 17 18 19 |
# File 'lib/loyal_core/action_helper.rb', line 15 def render_new_simple_captcha_partial ={} render :partial => '/loyal_core/ajax/captchas/new', :locals => { :options => () } end |