lib/pgbouncerhero.rb in pgbouncerhero-1.0.3 vs lib/pgbouncerhero.rb in pgbouncerhero-2.0.0
- old
+ new
@@ -7,9 +7,13 @@
require "pgbouncerhero/engine" if defined?(Rails)
# models
require "pgbouncerhero/connection"
+# others
+require "jquery-rails"
+require "semantic-ui-sass"
+
module PgBouncerHero
# settings
class << self
attr_accessor :env
end