adding index and browse views
This commit is contained in:
parent
9046917ed1
commit
95591f4484
@ -1,2 +1,5 @@
|
|||||||
class SolrController < ApplicationController
|
class SolrController < ApplicationController
|
||||||
|
def index
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
2
rails/hamster/app/views/solr/browse.html.erb
Normal file
2
rails/hamster/app/views/solr/browse.html.erb
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<h1>Solr#browse</h1>
|
||||||
|
<p>Find me in app/views/solr/browse.html.erb</p>
|
2
rails/hamster/app/views/solr/index.html.erb
Normal file
2
rails/hamster/app/views/solr/index.html.erb
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<h1>Solr#index</h1>
|
||||||
|
<p>Find me in app/views/solr/index.html.erb</p>
|
Loading…
Reference in New Issue
Block a user