We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e8a35 commit a9b64d5Copy full SHA for a9b64d5
app/models/experiment.rb
@@ -1,4 +1,5 @@
1
class Experiment < ActiveRecord::Base
2
+ attr_protected []
3
4
extend SimpleSearch
5
app/views/layouts/application.html.erb
@@ -178,6 +178,7 @@
178
<li><%= link_to "Citations", citations_path %></li>
179
<li><%= link_to "Covariates", covariates_path %></li>
180
<li><%= link_to "Cultivars", cultivars_path %></li>
181
+ <li><%= link_to "Experiments", experiments_path %></li>
182
<li><%= link_to "Managements", managements_path %></li>
183
<% if current_user.page_access_level <= 2 %>
184
<li><%= link_to "Methods", methods_path %></li>
0 commit comments