Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 15, 2025
1 parent f23a3ef commit 9b482b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class PostsController < Decidim::Blogs::ApplicationController

helper_method :posts, :post, :post_presenter, :paginate_posts, :posts_most_commented, :tabs, :panels

def index;
@posts = paginate_posts
def index
@posts = paginate_posts
end

def show
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DebatesController < Decidim::Debates::ApplicationController
helper_method :debates, :debate, :form_presenter, :paginated_debates, :close_debate_form, :tab_panel_items
before_action :authenticate_user!, only: [:new, :create]

def index;
def index
@debates = paginated_debates
end

Expand Down

0 comments on commit 9b482b2

Please sign in to comment.