test

Ruby code posted by i am
created at 27 Jun 18:29, updated at 29 Jun 23:23

Edit | Back
1
2
3
4
5
6
7
8
class Panel::PollOptionsController < Panel::PanelController
  layout false

  def new
    @poll_option = PollOption.new
    @poll_option_index = params[:index]
  end
end
176 Bytes in 2 ms with coderay