moves Sms model to Verification namespace

This commit is contained in:
Juanjo Bazán
2015-08-29 12:17:27 +02:00
parent 50dcbcdf9b
commit e6fd62189b
8 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@
<%= verified_user.phone %>
</span>
<span style="float:left;padding-left:30px">
<%= render '/verification/sms/form', sms: Sms.new(phone: verified_user.phone) %>
<%= render '/verification/sms/form', sms: Verification::Sms.new(phone: verified_user.phone) %>
</span>
</li>
<br/><br/><br/>