Skip to content

Commit

Permalink
Merge pull request #53 from omu/dev
Browse files Browse the repository at this point in the history
Fix action names for Nokul
  • Loading branch information
huseyin authored Oct 29, 2018
2 parents 63700bd + 40326d7 commit 88bfaeb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Yoksis
module References
class StudentDropoutTypesSerializer < BaseSerializer
class StudentDropOutTypesSerializer < BaseSerializer
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Yoksis
module References
class StudentshipRightsSerializer < BaseSerializer
class StudentStudentshipRightsSerializer < BaseSerializer
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Yoksis
module References
class StudentshipStatusesSerializer < BaseSerializer
class StudentStudentshipStatusesSerializer < BaseSerializer
end
end
end
6 changes: 3 additions & 3 deletions app/services/lib/services/yoksis/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class References < Base
result: %i[get_ogrenci_engel_turu_response referanslar],
status: %i[get_ogrenci_engel_turu_response sonuc durum_aciklama],
},
student_dropout_types: {
student_drop_out_types: {
operation: :get_ogrenci_ayrilma_nedeni,
result: %i[get_ogrenci_ayrilma_nedeni_response referanslar],
status: %i[get_ogrenci_ayrilma_nedeni_response sonuc durum_aciklama],
Expand Down Expand Up @@ -123,12 +123,12 @@ class References < Base
result: %i[get_ceza_turu_response referanslar],
status: %i[get_ceza_turu_response sonuc durum_aciklama],
},
studentship_rights: {
student_studentship_rights: {
operation: :get_ogrenci_ogrencilik_hakki,
result: %i[get_ogrenci_ogrencilik_hakki_response referanslar],
status: %i[get_ogrenci_ogrencilik_hakki_response sonuc durum_aciklama],
},
studentship_statuses: {
student_studentship_statuses: {
operation: :get_ogrencilik_statusu,
result: %i[get_ogrencilik_statusu_response referanslar],
status: %i[get_ogrencilik_statusu_response sonuc durum_aciklama],
Expand Down
6 changes: 3 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
get :cities
get :staff_titles
get :student_disability_types
get :student_dropout_types
get :student_drop_out_types
get :student_education_levels
get :student_entrance_point_types
get :student_entrance_types
get :student_grades
get :student_grading_systems
get :student_punishment_types
get :studentship_rights
get :studentship_statuses
get :student_studentship_rights
get :student_studentship_statuses
get :unit_instruction_languages
get :unit_instruction_types
get :unit_statuses
Expand Down

0 comments on commit 88bfaeb

Please sign in to comment.