mishina2228/oanda-api-rails

View on GitHub
app/views/resque_schedules/edit.html.erb

Summary

Maintainability
Test Coverage
<% content_for(:html_title) {@resque_schedule.name} %>
<h1>
  <%= t('helpers.title.edit', model: ResqueSchedule.model_name.human) %>
</h1>

<%= render partial: 'partials/action' %>

<%= render 'form', resque_schedule: @resque_schedule %>