adding index and browse views

This commit is contained in:
Dan Buch 2011-08-31 08:23:25 -04:00
parent 9046917ed1
commit 95591f4484
3 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,5 @@
class SolrController < ApplicationController class SolrController < ApplicationController
def index
end
end end

View File

@ -0,0 +1,2 @@
<h1>Solr#browse</h1>
<p>Find me in app/views/solr/browse.html.erb</p>

View File

@ -0,0 +1,2 @@
<h1>Solr#index</h1>
<p>Find me in app/views/solr/index.html.erb</p>