diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-04 23:01:33 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-04 23:01:33 -0700 |
| commit | 5e6e2246203d6894a18447aef22bec39d8736794 (patch) | |
| tree | 8ff604444e3500c323ee0e21c14b9ca35a623969 /app/views | |
| parent | f294743a2de4d8c237e7c520f2ebb0a7218f6710 (diff) | |
always load fingerprint.
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/agents/files/show.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/agents/files/show.json.jbuilder b/app/views/agents/files/show.json.jbuilder index 8394726..8c6f501 100644 --- a/app/views/agents/files/show.json.jbuilder +++ b/app/views/agents/files/show.json.jbuilder @@ -1,6 +1,6 @@ if @file json.extract! @file, :fingerprint, :state else - json.fingerprint params[:fingerprint] + json.fingerprint @fingerprint json.state "unknown" end |
