Class: Alchemy::ElementToPage

Inherits:
Object
  • Object
show all
Defined in:
app/models/alchemy/element_to_page.rb

Class Method Summary collapse

Class Method Details

.table_nameObject



5
6
7
# File 'app/models/alchemy/element_to_page.rb', line 5

def self.table_name
  [Alchemy::Element.table_name, Alchemy::Page.table_name].join("_")
end