We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When url http://localhost:3000/student/admission1 is requested, browser throws this error:
http://localhost:3000/student/admission1
undefined method `is_enabled' for nil:NilClass
around line #205. And this stacktrace:
202: <label for="student_email"><%= t('app.views.student.admission1.email') %></label> 203: <div class="text-input-bg"><%= s.text_field :email %></div> 204: </div>--> 205: <% if @application_sms_enabled.is_enabled == true %> 206: <hr class="label-underline"></hr> 207: <div class="label-field-pair"> 208: <label for="student_sms"><%= t('app.views.student.admission1.enable_sms_features') %></label>
The text was updated successfully, but these errors were encountered:
Los datos que se quitaron del formulario admission1 son:
En el formulario Admission2 se quitaron los datos:
Esto se realiz por peticin de interkids
Es por ello que el reporte perfil de alumno se modific.
Quedo pendiente
2011/5/9 neoriddle < [email protected]>
When url http://localhost:3000/student/admission1 is requested, browser throws this error: undefined method `is_enabled' for nil:NilClass around line #205. And this stacktrace: 202: <%= t('app.views.student.admission1.email') %> 203: <%= s.text_field :email %> 204: --> 205: <% if @application_sms_enabled.is_enabled == true %> 206: 207: 208: <%= t('app.views.student.admission1.enable_sms_features') %> Reply to this email directly or view it on GitHub: #22
202: <%= t('app.views.student.admission1.email') %> 203:
Reply to this email directly or view it on GitHub: #22
Sorry, something went wrong.
No branches or pull requests
When url
http://localhost:3000/student/admission1
is requested, browser throws this error:around line #205.
And this stacktrace:
The text was updated successfully, but these errors were encountered: