app/helpers/phcmembers/application_helper.rb in phcmembers-1.6.0 vs app/helpers/phcmembers/application_helper.rb in phcmembers-1.7.0
- old
+ new
@@ -1,15 +1,5 @@
module Phcmembers
module ApplicationHelper
- # Bootstrap Notification System
- def flash_class(level)
- case level.to_sym
- when :notice then "alert alert-info"
- when :success then "alert alert-success"
- when :error then "alert alert-danger"
- when :alert then "alert alert-warning"
- end
- end
-
end
end