Delete file with Chinese character in the name

This commit is contained in:
Christophe Vilayphiou 2012-03-27 14:16:04 +08:00
parent f37eb5bf43
commit 74636fb16d
1 changed files with 0 additions and 14 deletions

View File

@ -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