remove new link on production

This commit is contained in:
Tyrel Souza 2014-05-06 15:50:56 -04:00
parent e83f171785
commit ae4632c09d

View File

@ -34,6 +34,6 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
<%= link_to 'New Campaign', new_campaign_path %> <%= link_to 'New Campaign', new_campaign_path unless Rails.env.production? %>
</section> </section>
</div> </div>