diff options
| author | Luc Donnet | 2015-05-26 11:14:35 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-05-26 11:15:01 +0200 |
| commit | 1b504b47c0a2f5ab7d07f25e25eee6cf19cbbae6 (patch) | |
| tree | 7dd3ab7b0247f923cdaa374fbd165e5b7ebe4a5b | |
| parent | d55aa475e49102c4ee65fa2770fd58e094cba991 (diff) | |
| download | chouette-core-1b504b47c0a2f5ab7d07f25e25eee6cf19cbbae6.tar.bz2 | |
Delete use of inspect in views
| -rw-r--r-- | app/views/connection_links/_form.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/connection_links/_form.erb b/app/views/connection_links/_form.erb index 0620dcc94..52f2a94c8 100644 --- a/app/views/connection_links/_form.erb +++ b/app/views/connection_links/_form.erb @@ -1,4 +1,3 @@ -<!-- <%= @connection_link.errors.inspect %> --> <%= semantic_form_for [@referential, @connection_link] do |form| %> <%= form.inputs do %> <%= form.input :name %> |
