templates/bootstrap.rb in prologue-0.1.0 vs templates/bootstrap.rb in prologue-0.1.1

- old
+ new

@@ -40,12 +40,9 @@ apply File.expand_path("../friendly_id.rb", __FILE__) # Apply Devise? apply File.expand_path("../devise.rb", __FILE__) if ENV['PROLOGUE_AUTH'] -# Apply sorter helper -apply File.expand_path("../sorter_lib.rb", __FILE__) - # Apply admin apply File.expand_path("../admin.rb", __FILE__) if ENV['PROLOGUE_ADMIN'] # Apply cancan apply File.expand_path("../cancan.rb", __FILE__) if ENV['PROLOGUE_ROLES'] \ No newline at end of file