added hound corrections and removed wrong tables form the schema.rb
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Admin::SiteCustomization::CardsController < Admin::SiteCustomization::BaseController
|
||||
skip_authorization_check
|
||||
|
||||
def index
|
||||
@cards = ::Widget::Card.page(params[:page_id])
|
||||
end
|
||||
skip_authorization_check
|
||||
|
||||
def index
|
||||
@cards = ::Widget::Card.page(params[:page_id])
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user