Module: Gaku::StudentChooserHelper

Included in:
FrontendHelper
Defined in:
app/helpers/gaku/student_chooser_helper.rb

Instance Method Summary collapse

Instance Method Details

#student_chooser_modal(&block) ⇒ Object



4
5
6
7
8
# File 'app/helpers/gaku/student_chooser_helper.rb', line 4

def student_chooser_modal(&block)
  modal_for 'student-modal' do
    block.call
  end
end