Displaying 1 result from an estimated 1 matches for "account_2".
Did you mean:
account2
2006 Jul 27
0
Separating file_column upload directory by account
...that it''s
easier to monitor an account''s resource usage. So, the directory structure
would be:
@account_name/model/attr/id/filename
(@account_name is the name of the specific account.)
Ultimately, there would be one of these for each account:
account_1/model/attr/id/filename
account_2//model/attr/id/filename
account_3/model/attr/id/filename
etc.
I see where these paths are built in the plugin (line 20 of file_column.rb
it looks like), but I can''t figure out how to the account information in
there. I have an instance variable (@account) generated in my controller
that...