Class: Syllabuses::AssignmentsController

Inherits:
GakuController
  • Object
show all
Defined in:
app/controllers/gaku/syllabuses/assignments_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
8
9
10
11
# File 'app/controllers/gaku/syllabuses/assignments_controller.rb', line 5

def create
  if @syllabus.update_attributes(params[:syllabus])
    respond_to do |format|
      format.js { render 'create' }
    end
  end
end