<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jan 6, 2016, at 7:06 PM, Carlos Lemus <<a href="mailto:carlos.lemus@unlv.edu" class="">carlos.lemus@unlv.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">Hello Alex,
<div class=""><br class="">
</div>
<div class="">I think I was able to replicate your problem. Did you switch the plugin name from lcnaf to lcnaf-new?</div>
<div class=""><br class="">
</div>
<div class="">The name of the controller needs to be the same of the directory, kind of. Here is more information on that</div>
<div class=""><a href="http://stackoverflow.com/questions/20162628/same-controller-name-in-two-different-directories" class="">http://stackoverflow.com/questions/20162628/same-controller-name-in-two-different-directories</a><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">I would leave the name as lcnaf and continue to add your changes. If you REALLY want to change the plugin name I would</div>
<div class=""><br class="">
</div>
<div class="">1. change the plugin name using an underscore lcnaf_new</div>
<div class="">2. go to fronted/controllers change that file name to lcnaf_new_controller and change LcnafController to LcnafNewController </div>
<div class="">3. you'll probably have to change the frontend/routes files from lcnaf to lcnaf_new</div>
<div class="">4. change the config.yml also </div>
<div class="">5. and then anywhere where it is using the lcnaf controller change it to lcnaf_new probably in frontend/views/index ( this will probably be the most tedious, I changed a couple to test your problem and it worked for the most part but it's possible
 I missed some)</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div><br class="">
</div>
<div>You probably need to change all of those instances of </div>
<div>  :controller => :lcnaf, :action => :search</div>
<div>in the views template, *including* the ones that look like they are commented out, </div>
<div>because the comments are actually templates that get activated by the javascript. </div>
<div><br class="">
</div>
<div>But Rails routing is difficult enough that I was having trouble figuring out what exactly was </div>
<div>the main problem in this case. I also was able to reproduce it, but couldn’t find a simple fix. </div>
<div>i.e. the routes in all of those places no longer match up, but I haven’t caught THE significant difference.</div>
<div><br class="">
</div>
<div><br class="">
</div>
<div>— Steve Majewski</div>
<div><br class="">
</div>
<div><br class="">
</div>
<div><br class="">
</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class=""><br clear="all" class="">
<div class="">
<div class="gmail_signature">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div style="font-size:12.8px" class="">Carlos Lemus</div>
<div style="font-size:12.8px" class=""><font size="1" class="">Application Programmer, Special Collections Technical Services</font></div>
<div style="font-size:12.8px" class=""><font size="1" class="">University Libraries, University of Nevada, Las Vegas</font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
Archivesspace_Users_Group mailing list<br class="">
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" class="">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br class="">
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>