Skip to content

Commit

Permalink
Merge branch 'feature_server' of winwemedia.com:/opt/repos/win into f…
Browse files Browse the repository at this point in the history
…eature_server
  • Loading branch information
zhkl committed Apr 29, 2016
2 parents a672867 + 0960912 commit c691e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/activity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def respond_mobile_url(activity_notice = nil, options = {})
when message? then app_leaving_messages_url(_default_params)
when house_bespeak? then new_app_house_market_url(_default_params)
when house_seller? then app_house_sellers_url(_default_params)
when booking? then mobile_bookings_url(_default_params)
when booking? then mobile_bookings_url(_default_params.merge(id: activityable_id))
when group? then mobile_groups_url(_default_params.merge(id: id))
when hospital? then mobile_hospital_doctors_url(_default_params)
when trip? then mobile_trips_url(_default_params)
Expand Down

0 comments on commit c691e26

Please sign in to comment.