Delete file with Chinese character in the name
This commit is contained in:
parent
f37eb5bf43
commit
74636fb16d
|
@ -1,14 +0,0 @@
|
||||||
class Panel::Announcement::BackEnd::BulletinLinksController < ApplicationController
|
|
||||||
|
|
||||||
layout 'new_admin'
|
|
||||||
|
|
||||||
def index
|
|
||||||
@bulletin_links = BulletinLink.all
|
|
||||||
|
|
||||||
respond_to do |format|
|
|
||||||
format.html # index.html.erb
|
|
||||||
# format.xml { render :xml => @bulletins }
|
|
||||||
format.js
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
Reference in New Issue