change file name
This commit is contained in:
parent
bd30c0c5ca
commit
f1896c7059
|
@ -1,5 +1,5 @@
|
|||
# encoding: utf-8
|
||||
class BulletinsEventController < ApplicationController
|
||||
class BulletinsController < ApplicationController
|
||||
before_filter :set_I18n
|
||||
|
||||
def get_bulletins
|
|
@ -60,7 +60,7 @@ module EventAnn
|
|||
puts ['there_was_no_show_option_method',e]
|
||||
end
|
||||
side_bar do
|
||||
head_label_i18n 'event_ann.event_ann', icon_class: "icons-megaphone"
|
||||
head_label_i18n 'event_ann.event_ann', icon_class: "icons-map"
|
||||
available_for "users"
|
||||
active_for_controllers (['admin/event_anns'])
|
||||
head_link_path "admin_event_anns_path"
|
||||
|
|
Loading…
Reference in New Issue