Skip to content

Commit

Permalink
Fix style typo in Student entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
tszolar committed Nov 11, 2014
1 parent 1c27561 commit e16d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kosapi_client/entity/student.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Entity
class Student < BasePerson

map_data :branch, Link
map_data :department , Link
map_data :department, Link
map_data :email
map_data :start_date, Time
map_data :faculty, Link
Expand Down

0 comments on commit e16d4ff

Please sign in to comment.