rubocop and erblint fixes
This commit is contained in:
parent
1b1d90a0f9
commit
9431b471a7
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ Metrics/AbcSize:
|
|||
# Configuration parameters: CountComments, ExcludedMethods.
|
||||
# ExcludedMethods: refine
|
||||
Metrics/BlockLength:
|
||||
Max: 262
|
||||
Max: 263
|
||||
|
||||
# Offense count: 11
|
||||
# Configuration parameters: CountBlocks.
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
<%= error_messages_for "diary_entry" %>
|
||||
|
||||
<%= form_for @diary_entry, :url => diary_entry_path(current_user, @diary_entry), :html => { :method => :put } do |f| %>
|
||||
<%= render :partial => "form", :locals => { :f => f } %>
|
||||
<%= render :partial => "form", :locals => { :f => f } %>
|
||||
<% end %>
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
<%= error_messages_for "diary_entry" %>
|
||||
|
||||
<%= form_for @diary_entry do |f| %>
|
||||
<%= render :partial => "form", :locals => { :f => f } %>
|
||||
<%= render :partial => "form", :locals => { :f => f } %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue