Not needed anymore since we moved the streams to the templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Columns::LeftPositionsController < ApplicationController
|
||||
include ActionView::RecordIdentifier, ColumnScoped
|
||||
include ColumnScoped
|
||||
|
||||
def create
|
||||
@left_column = @column.left_column
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Columns::RightPositionsController < ApplicationController
|
||||
include ActionView::RecordIdentifier, ColumnScoped
|
||||
include ColumnScoped
|
||||
|
||||
def create
|
||||
@right_column = @column.right_column
|
||||
|
||||
Reference in New Issue
Block a user