Skip to content

Commit f6a4c36

Browse files
committed
scope lib require + display SDR version
1 parent ddad527 commit f6a4c36

File tree

5 files changed

+2
-57
lines changed

5 files changed

+2
-57
lines changed

app/views/shared/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<%= image_tag 'dss_newlogo1-short-sz.png', alt: 'Link to Data Services Homepage', height: 30 %>
1414
</a>
1515
<br>
16-
<span>Running SDR <%= Settings.VERSION %></span>
16+
<span>GBLv<%= Settings.VERSION %> SDR v<%= NyuGeoblacklight::VERSION %></span>
1717
</div>
1818
</div>
1919
</div>

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ class Application < Rails::Application
1717
# in config/environments, which are processed later.
1818
#
1919
# config.time_zone = "Central Time (US & Canada)"
20-
config.eager_load_paths << "#{Rails.root.join('lib')}"
20+
config.eager_load_paths += Dir["#{Rails.root}/lib/nyugeoblacklight/*.rb"]
2121
end
2222
end

lib/nyu_geoblacklight.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/nyu_geoblacklight/curated_collections.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

lib/nyu_geoblacklight/multi_direct_downloads.rb

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)